Use PESetNthTableLocation to set the location for a selected table in the specified print job. This function is typically combined with PEGetNthTableLocation to identify the location of a table and then to change it.
BOOL CRPE_API PESetNthTableLocation (
short printJob,
short tableN,
PETableLocation FAR *location );
Specifies the handle of the print job for which you want to set a table's location. | |
Specifies the 0 | |
Specifies the pointer to PETableLocation. The format of the string will be depend on the type of database specified. |
Declare Function PESetNthTableLocation Lib "crpe32.dll" ( ByVal printJob As Integer, ByVal TableN As Integer, Location As PETableLocation ) As Integer
function PESetNthTableLocation(
printJob: Word;
tableN: smallint;
var location: PETableLocation
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |